From: Richard M. Stallman Date: Tue, 10 Dec 1996 23:27:58 +0000 (+0000) Subject: (Fcall_process_region): Define missing local `count'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82412 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d3e81d0a9ea97700ee52b6606dbb629daebb499c;p=emacs.git (Fcall_process_region): Define missing local `count'. --- diff --git a/src/callproc.c b/src/callproc.c index c76c1fd2bcb..5d743d30696 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -633,6 +633,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.") struct gcpro gcpro1; Lisp_Object filename_string; register Lisp_Object start, end; + int count = specpdl_ptr - specpdl; #ifdef DOS_NT char *tempfile; char *outf = '\0';